home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TGETKEYCODEDLG / TGETKEYCODEDLG.txt
Text File  |  2008-11-13  |  3KB  |  176 lines

  1. object GetKeyCodeDlg: TGetKeyCodeDlg
  2.   Left = 340
  3.   Top = 364
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'please enter your key code'
  7.   ClientHeight = 193
  8.   ClientWidth = 397
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object Shape1: TShape
  24.     Left = 83
  25.     Top = 100
  26.     Width = 12
  27.     Height = 2
  28.     Brush.Color = clBlack
  29.   end
  30.   object Shape2: TShape
  31.     Left = 157
  32.     Top = 100
  33.     Width = 12
  34.     Height = 2
  35.     Brush.Color = clBlack
  36.   end
  37.   object Shape3: TShape
  38.     Left = 230
  39.     Top = 100
  40.     Width = 12
  41.     Height = 2
  42.     Brush.Color = clBlack
  43.   end
  44.   object Shape4: TShape
  45.     Left = 303
  46.     Top = 100
  47.     Width = 12
  48.     Height = 2
  49.     Brush.Color = clBlack
  50.   end
  51.   object lblKeycode1: TResStaticText
  52.     Left = 16
  53.     Top = 8
  54.     Width = 196
  55.     Height = 18
  56.     TabOrder = 8
  57.     Transparent = False
  58.     ResourceCaption = 20065
  59.   end
  60.   object Label2: TResStaticText
  61.     Left = 40
  62.     Top = 32
  63.     Width = 166
  64.     Height = 18
  65.     TabOrder = 9
  66.     Transparent = False
  67.     ResourceCaption = 20066
  68.   end
  69.   object lblKeycode2: TResStaticText
  70.     Left = 16
  71.     Top = 56
  72.     Width = 196
  73.     Height = 18
  74.     TabOrder = 10
  75.     Transparent = False
  76.     ResourceCaption = 20067
  77.   end
  78.   object Code1: TEdit
  79.     Left = 24
  80.     Top = 88
  81.     Width = 56
  82.     Height = 22
  83.     MaxLength = 4
  84.     ParentColor = True
  85.     TabOrder = 0
  86.     OnChange = CodeChange
  87.     OnKeyPress = CodeKeyPress
  88.     OnKeyUp = CodeKeyUp
  89.   end
  90.   object Code2: TEdit
  91.     Left = 99
  92.     Top = 88
  93.     Width = 56
  94.     Height = 22
  95.     MaxLength = 4
  96.     ParentColor = True
  97.     TabOrder = 1
  98.     OnChange = CodeChange
  99.     OnKeyPress = CodeKeyPress
  100.     OnKeyUp = CodeKeyUp
  101.   end
  102.   object Code3: TEdit
  103.     Left = 172
  104.     Top = 88
  105.     Width = 56
  106.     Height = 22
  107.     MaxLength = 4
  108.     ParentColor = True
  109.     TabOrder = 2
  110.     OnChange = CodeChange
  111.     OnKeyPress = CodeKeyPress
  112.     OnKeyUp = CodeKeyUp
  113.   end
  114.   object Code4: TEdit
  115.     Left = 245
  116.     Top = 88
  117.     Width = 56
  118.     Height = 22
  119.     MaxLength = 4
  120.     ParentColor = True
  121.     TabOrder = 3
  122.     OnChange = CodeChange
  123.     OnKeyPress = CodeKeyPress
  124.     OnKeyUp = CodeKeyUp
  125.   end
  126.   object Code5: TEdit
  127.     Left = 318
  128.     Top = 88
  129.     Width = 56
  130.     Height = 22
  131.     MaxLength = 4
  132.     ParentColor = True
  133.     TabOrder = 4
  134.     OnChange = CodeChange
  135.     OnKeyPress = CodeKeyPress
  136.     OnKeyUp = CodeKeyUp
  137.   end
  138.   object OKBtn: TResTeButton
  139.     Left = 53
  140.     Top = 136
  141.     Width = 75
  142.     Height = 25
  143.     OnClick = OKBtnClick
  144.     Default = True
  145.     Enabled = False
  146.     ModalResult = 1
  147.     TabOrder = 5
  148.     ResourceCaption = 20018
  149.   end
  150.   object CancelBtn: TResTeButton
  151.     Left = 164
  152.     Top = 136
  153.     Width = 75
  154.     Height = 25
  155.     OnClick = CancelBtnClick
  156.     Cancel = True
  157.     ModalResult = 2
  158.     TabOrder = 6
  159.     ResourceCaption = 20019
  160.   end
  161.   object HelpBtn: TResTeButton
  162.     Left = 272
  163.     Top = 136
  164.     Width = 75
  165.     Height = 25
  166.     OnClick = HelpBtnClick
  167.     TabOrder = 7
  168.     ResourceCaption = 20023
  169.   end
  170.   object ThemeForm: TTeForm2
  171.     ThemeObject = 'StandardDialog'
  172.     Left = 16
  173.     Top = 96
  174.   end
  175. end
  176.